Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Egrep, font-lock, recursive list, and do not use password on command line. #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

cnngimenez
Copy link

@cnngimenez cnngimenez commented Aug 17, 2024

Hi! 👋🏽

The egrep tool is marked as "obsolescent" from grep 3.11 (or some earlier versions) . This update changes egrep with the suggested grep -E.

I added the recursive list parameter (keepassxc-cli -R -f FILE). Then, the user can see all entries at once, and use Emacs features such as highlighting, isearch, etc. to search. If the user do not want to use the recursive feature, a customization variable was also added to change it to the non-recursive as it was before these commits.

A font-lock was added to highlight directories paths. This makes the entry list a little more readable (I think 🤔 ).

Hope this is useful!
Cheers!

Added: The commit cf94171 fix issue #21

cnngimenez added 5 commits August 17, 2024 16:51
Pass the password through stdin by using a temporal buffer instead of
using the command line (which can be seen on any terminal by using the
ps program).

Fix issue ifosch#21
@cnngimenez cnngimenez changed the title Egrep, font-lock, and recursive list. Egrep, font-lock, recursive list, and do not use password on command line. Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant